home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList, gCopyOfList
- doButton()
- set vAddValue to the text of member "Copying Property Duplicate Input Field 2"
- set vAddValue to checkValue(vAddValue)
- set vAddProperty to the text of member "Copying Property Duplicate Input Field 1"
- set vAddProperty to checkValue(vAddProperty)
- if (vAddValue <> EMPTY) and (vAddProperty <> EMPTY) then
- addProp(gDefaultPropList, vAddProperty, vAddValue)
- set the text of member "Copying Property Duplicate Display Field 1" to string(gDefaultPropList)
- if gCopyOfList <> 0 then
- set the text of member "Copying Property Duplicate Display Field 2" to string(gCopyOfList)
- end if
- end if
- end
-